home *** CD-ROM | disk | FTP | other *** search
/ Chip 2006 June (Extra) / CHIP 2006-06.3.iso / program / opensource / clamav-devel.exe / thirdparty / runclamd / runclamd.ini < prev   
Encoding:
INI File  |  2005-05-26  |  784 b   |  23 lines

  1. ;
  2. ; this file provides configuration information to the runlamd program 
  3. ; (cmd line equivalents shown at right)
  4. ;
  5.  
  6. [runclamd]   ; section
  7.  
  8. ;
  9. ; this is the full path to the clamd.exe program 
  10. PathToClamd=c:\clamav-devel\bin\clamd.exe                    ;    -c "c:\clamav-devel\bin\clamd.exe"
  11.  
  12. ; if you want the service to start as a user the provide
  13. ; user and password - otherwise the service will be system
  14. ;User=".\Administrator"                                        ;    -u ".\Administrator"
  15. ;Password=mypass                                        ;     -p "mypass"
  16.  
  17. ;AutoStart=Yes  ; start the service on bootup, omit for manual      -a Y
  18. LogFile=c:\clamav-devel\log\runclamd.log ; (log path)                      -l runclamd.log
  19. ;Verbose=Yes   ; verbose logging will log success                -v Y
  20. Interval=30   ; interval in seconds to check service            -t 30
  21.  
  22.